Searched defs:observer (Results 476 - 480 of 480) sorted by relevance
1...<<11121314151617181920
| /foundation/ability/ability_runtime/services/appmgr/src/ |
| H A D | app_mgr_service_inner.cpp | 4123 int32_t AppMgrServiceInner::UnregisterApplicationStateObserver(const sptr<IApplicationStateObserver> &observer) in UnregisterApplicationStateObserver() argument 4129 int32_t AppMgrServiceInner::RegisterAppForegroundStateObserver(const sptr<IAppForegroundStateObserver> &observer) in RegisterAppForegroundStateObserver() argument 4135 int32_t AppMgrServiceInner::UnregisterAppForegroundStateObserver(const sptr<IAppForegroundStateObserver> &observer) in UnregisterAppForegroundStateObserver() argument 4115 RegisterApplicationStateObserver( const sptr<IApplicationStateObserver> &observer, const std::vector<std::string> &bundleNameList) RegisterApplicationStateObserver() argument 4141 RegisterAbilityForegroundStateObserver( const sptr<IAbilityForegroundStateObserver> &observer) RegisterAbilityForegroundStateObserver() argument 4149 UnregisterAbilityForegroundStateObserver( const sptr<IAbilityForegroundStateObserver> &observer) UnregisterAbilityForegroundStateObserver() argument 4170 StartUserTestProcess( const AAFwk::Want &want, const sptr<IRemoteObject> &observer, const BundleInfo &bundleInfo, int32_t userId) StartUserTestProcess() argument 4215 GetHapModuleInfoForTestRunner(const AAFwk::Want &want, const sptr<IRemoteObject> &observer, const BundleInfo &bundleInfo, HapModuleInfo &hapModuleInfo) GetHapModuleInfoForTestRunner() argument 4251 UserTestAbnormalFinish(const sptr<IRemoteObject> &observer, const std::string &msg) UserTestAbnormalFinish() argument 4262 StartEmptyProcess(const AAFwk::Want &want, const sptr<IRemoteObject> &observer, const BundleInfo &info, const std::string &processName, const int userId) StartEmptyProcess() argument 4667 RegisterConfigurationObserver(const sptr<IConfigurationObserver>& observer) RegisterConfigurationObserver() argument 4693 UnregisterConfigurationObserver(const sptr<IConfigurationObserver>& observer) UnregisterConfigurationObserver() argument 7442 RegisterRenderStateObserver(const sptr<IRenderStateObserver> &observer) NotifyAppFaultBySA() argument 7451 UnregisterRenderStateObserver(const sptr<IRenderStateObserver> &observer) NotifyAppFaultBySA() argument [all...] |
| /foundation/multimedia/media_library/frameworks/js/src/ |
| H A D | media_library_napi.cpp | 2899 shared_ptr<MediaOnNotifyObserver> observer= make_shared<MediaOnNotifyObserver>(listObj, uri, ref); in RegisterNotifyChange() local [all...] |
| /third_party/node/deps/v8/src/heap/ |
| H A D | heap.cc | 1128 AddAllocationObserversToAllSpaces( AllocationObserver* observer, AllocationObserver* new_space_observer) AddAllocationObserversToAllSpaces() argument 1142 RemoveAllocationObserversFromAllSpaces( AllocationObserver* observer, AllocationObserver* new_space_observer) RemoveAllocationObserversFromAllSpaces() argument
|
| /foundation/ability/ability_runtime/services/abilitymgr/src/ |
| H A D | ability_manager_service.cpp | 4536 int AbilityManagerService::RegisterObserver(const sptr<AbilityRuntime::IConnectionObserver> &observer) in RegisterObserver() argument 4545 int AbilityManagerService::UnregisterObserver(const sptr<AbilityRuntime::IConnectionObserver> &observer) in UnregisterObserver() argument 8228 int AbilityManagerService::StartUserTest(const Want &want, const sptr<IRemoteObject> &observer) in StartUserTest() argument 9226 RegisterAbilityFirstFrameStateObserver( const sptr<IAbilityFirstFrameStateObserver> &observer, const std::string &targetBundleName) RegisterAbilityFirstFrameStateObserver() argument 9233 UnregisterAbilityFirstFrameStateObserver( const sptr<IAbilityFirstFrameStateObserver> &observer) UnregisterAbilityFirstFrameStateObserver() argument 9994 AddFreeInstallObserver(const sptr<IRemoteObject> &callerToken, const sptr<AbilityRuntime::IFreeInstallObserver> &observer) AddFreeInstallObserver() argument [all...] |
| /foundation/multimedia/audio_framework/services/audio_policy/server/src/service/ |
| H A D | audio_policy_service.cpp | 4886 sptr observer = settingProvider.CreateObserver(CONFIG_AUDIO_BALANACE_KEY, updateFuncBalance); in RegisterAccessiblilityBalance() local 4903 sptr observer = settingProvider.CreateObserver(CONFIG_AUDIO_MONO_KEY, updateFuncMono); in RegisterAccessiblilityMono() local
|
Completed in 80 milliseconds
1...<<11121314151617181920