| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/relational/ |
| D | relational_store_client.h | 34 DB_API DistributedDB::DBStatus RegisterClientObserver(sqlite3 *db, const ClientObserver &clientObse…
|
| /foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
| D | bluetooth_socket_proxy.h | 35 int RegisterClientObserver(const BluetoothRawAddress &dev, const bluetooth::Uuid uuid,
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
| D | distributeddb_cloud_interfaces_relational_ext_test.cpp | 532 EXPECT_EQ(RegisterClientObserver(nullptr, clientObserver), INVALID_ARGS); 541 EXPECT_EQ(RegisterClientObserver(db, nullptr), INVALID_ARGS); 548 EXPECT_EQ(RegisterClientObserver(db, clientObserver), INVALID_ARGS); 576 EXPECT_EQ(RegisterClientObserver(db, clientObserver), OK); 623 EXPECT_EQ(RegisterClientObserver(db, clientObserver2), OK); 660 EXPECT_EQ(RegisterClientObserver(db, clientObserver), OK); in __anon0b7bdc740c02() 670 EXPECT_EQ(RegisterClientObserver(db, clientObserver), OK); in __anon0b7bdc740d02() 704 EXPECT_EQ(RegisterClientObserver(db, clientObserver), OK); 768 EXPECT_EQ(RegisterClientObserver(db, clientObserver), OK); 850 EXPECT_EQ(RegisterClientObserver(db, clientObserver), OK); [all …]
|
| /foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
| D | i_bluetooth_socket.h | 52 virtual int RegisterClientObserver(const BluetoothRawAddress &dev, const bluetooth::Uuid uuid,
|
| /foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
| D | bluetooth_socket_server.cpp | 68 int BluetoothSocketServer::RegisterClientObserver(const BluetoothRawAddress &addr, const bluetooth:… in RegisterClientObserver() function in OHOS::Bluetooth::BluetoothSocketServer
|
| /foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
| D | bluetooth_socket_server.h | 103 int RegisterClientObserver(const BluetoothRawAddress &addr, const bluetooth::Uuid uuid,
|
| /foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
| D | bluetooth_socket_proxy.cpp | 95 int BluetoothSocketProxy::RegisterClientObserver(const BluetoothRawAddress &dev, const bluetooth::U… in RegisterClientObserver() function in OHOS::Bluetooth::BluetoothSocketProxy
|
| /foundation/communication/bluetooth/frameworks/inner/src/ |
| D | bluetooth_socket.cpp | 407 int ret = proxy->RegisterClientObserver(BluetoothRawAddress(pimpl->address_), tempUuid, in Connect()
|
| /foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
| D | sqlite_connection.cpp | 916 int32_t status = RegisterClientObserver(dbHandle, clientChangedData); in RegisterCallBackObserver()
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/ |
| D | relational_store_sqlite_ext.cpp | 1130 DB_API DistributedDB::DBStatus RegisterClientObserver(sqlite3 *db, const ClientObserver &clientObse… in RegisterClientObserver() function
|