OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uuid_is_empty
(Results
1 - 3
of
3
) sorted by null
/system/bt/btcore/include/
uuid.h
56
bool
uuid_is_empty
(const bt_uuid_t *uuid);
/system/bt/btcore/test/
uuid_test.cpp
95
TEST_F(UuidTest,
uuid_is_empty
) {
100
EXPECT_TRUE(
uuid_is_empty
(uuid));
105
EXPECT_FALSE(
uuid_is_empty
(uuid));
/system/bt/btcore/src/
uuid.c
90
bool
uuid_is_empty
(const bt_uuid_t *uuid) {
function
Completed in 52 milliseconds