Home
last modified time | relevance | path

Searched refs:isReg (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_hichain_system_ability_monitor.cpp38 static std::atomic<bool> isReg; member in OHOS::SaEventFwk::SystemAbilityListener
89 std::atomic<bool> OHOS::SaEventFwk::SystemAbilityListener::isReg = false; member in OHOS::SaEventFwk::SystemAbilityListener
107 OHOS::SaEventFwk::SystemAbilityListener::isReg = true; in RegHichainSaStatusListener()
113 if (!(OHOS::SaEventFwk::SystemAbilityListener::isReg)) { in UnRegHichainSaStatusListener()
131 OHOS::SaEventFwk::SystemAbilityListener::isReg = false; in UnRegHichainSaStatusListener()
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_client/source/
H A Dremote_register.c84 int32 SAMGR_RegisterSystemCapabilityApi(const char *sysCap, BOOL isReg) in SAMGR_RegisterSystemCapabilityApi() argument
87 return SAMGR_AddSysCap(g_remoteRegister.endpoint, sysCap, isReg); in SAMGR_RegisterSystemCapabilityApi()
93 BOOL isReg = FALSE; in SAMGR_QuerySystemCapabilityApi() local
94 if (SAMGR_GetSysCap(g_remoteRegister.endpoint, sysCap, &isReg) != EC_SUCCESS) { in SAMGR_QuerySystemCapabilityApi()
97 return isReg; in SAMGR_QuerySystemCapabilityApi()
H A Dremote_register_rpc.c101 int32 SAMGR_RegisterSystemCapabilityApi(const char *sysCap, BOOL isReg) in SAMGR_RegisterSystemCapabilityApi() argument
104 return SAMGR_AddSysCap(g_remoteRegister.endpoint, sysCap, isReg); in SAMGR_RegisterSystemCapabilityApi()
110 BOOL isReg = FALSE; in SAMGR_QuerySystemCapabilityApi() local
111 if (SAMGR_GetSysCap(g_remoteRegister.endpoint, sysCap, &isReg) != EC_SUCCESS) { in SAMGR_QuerySystemCapabilityApi()
114 return isReg; in SAMGR_QuerySystemCapabilityApi()
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/registry/
H A Dservice_registry.c35 int32 __attribute__((weak)) SAMGR_RegisterSystemCapabilityApi(const char *sysCap, BOOL isReg) in SAMGR_RegisterSystemCapabilityApi() argument
38 (void)isReg; in SAMGR_RegisterSystemCapabilityApi()
H A Dservice_registry.h30 int32 SAMGR_RegisterSystemCapabilityApi(const char *sysCap, BOOL isReg);
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/
H A Dendpoint.h74 int32 SAMGR_AddSysCap(const Endpoint *endpoint, const char *sysCap, BOOL isReg);
75 int32 SAMGR_GetSysCap(const Endpoint *endpoint, const char *sysCap, BOOL *isReg);
H A Dendpoint_rpc.c101 int32 SAMGR_AddSysCap(const Endpoint *endpoint, const char *sysCap, BOOL isReg) in SAMGR_AddSysCap() argument
114 WriteBool(&req, isReg); in SAMGR_AddSysCap()
137 int32 SAMGR_GetSysCap(const Endpoint *endpoint, const char *sysCap, BOOL *isReg) in SAMGR_GetSysCap() argument
159 *isReg = FALSE; in SAMGR_GetSysCap()
165 (void)ReadBool(&reply, (bool *)isReg); in SAMGR_GetSysCap()
H A Dendpoint.c142 int32 SAMGR_AddSysCap(const Endpoint *endpoint, const char *sysCap, BOOL isReg) in SAMGR_AddSysCap() argument
154 IpcIoPushBool(&req, isReg); in SAMGR_AddSysCap()
174 int32 SAMGR_GetSysCap(const Endpoint *endpoint, const char *sysCap, BOOL *isReg) in SAMGR_GetSysCap() argument
193 *isReg = FALSE; in SAMGR_GetSysCap()
198 *isReg = IpcIoPopBool(&reply); in SAMGR_GetSysCap()
/ohos5.0/drivers/hdf_core/framework/model/usb/include/
H A Dusb_pnp_manager.h21 bool isReg; member
/ohos5.0/drivers/peripheral/usb/hdf_usb/include/
H A Dusb_pnp_manager.h21 bool isReg; member
/ohos5.0/base/telephony/call_manager/services/call_earthquake_alarm/src/
H A Dcall_earthquake_alarm_subscriber.cpp130 bool DataShareSwitchState::RegisterListenSettingsKey(std::string key, bool isReg, in RegisterListenSettingsKey() argument
142 if (isReg) { in RegisterListenSettingsKey()
/ohos5.0/base/telephony/call_manager/services/call_earthquake_alarm/include/
H A Dcall_earthquake_alarm_subscriber.h65 …bool RegisterListenSettingsKey(std::string key, bool isReg, sptr<AAFwk::IDataAbilityObserver> call…
/ohos5.0/drivers/hdf_core/framework/model/usb/src/
H A Dusb_ddk_pnp_loader.c192 …return managerInfo->isReg ? UsbPnpManagerRegisterDevice(managerInfo) : UsbPnpManagerUnregisterDevi… in UsbPnpManagerRegisterOrUnregisterDevice()
667 struct HdfDeviceObject *usbPnpManagerDevice, struct HdfSBuf *data, bool isReg) in UsbDdkPnpLoaderDispatchPnpDevice() argument
697 managerInfo.isReg = isReg; in UsbDdkPnpLoaderDispatchPnpDevice()
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnet_conn_service.h422 …gUnRegNetDetectionCallback(int32_t netId, const sptr<INetDetectionCallback> &callback, bool isReg);
438 …gNetDetectionCallbackAsync(int32_t netId, const sptr<INetDetectionCallback> &callback, bool isReg);
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_conn_service.cpp347 bool isReg) in RegUnRegNetDetectionCallback() argument
351 netConnEventHandler_->PostSyncTask([this, netId, &callback, isReg, &result]() { in RegUnRegNetDetectionCallback()
352 result = this->RegUnRegNetDetectionCallbackAsync(netId, callback, isReg); in RegUnRegNetDetectionCallback()
722 bool isReg) in RegUnRegNetDetectionCallbackAsync() argument
735 if (isReg) { in RegUnRegNetDetectionCallbackAsync()