Home
last modified time | relevance | path

Searched refs:IsAsync (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_server_service.cpp74 int AddService(int appId, Service &service, bool IsAsync);
683 int GattServerService::impl::AddService(int appId, Service &service, bool IsAsync) in AddService() argument
696 if (IsAsync && server.value()->second.callback_ != nullptr) { in AddService()
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dscene_holder.h168 bool IsAsync() const in IsAsync() function
H A Dscene_impl.cpp1439 if (!sceneHolder->IsAsync()) { in CreateMeshFromArrays()