Home
last modified time | relevance | path

Searched refs:CheckIsSystemApp (Results 1 - 11 of 11) sorted by relevance

/foundation/ability/form_fwk/interfaces/kits/native/src/
H A Dform_provider_client.cpp56 if (!CheckIsSystemApp()) { in AcquireProviderFormInfo()
109 if (!CheckIsSystemApp()) { in NotifyFormDelete()
138 if (!CheckIsSystemApp()) { in NotifyFormsDelete()
171 if (!CheckIsSystemApp() && !IsCallBySelfBundle()) { in NotifyFormUpdate()
205 if (!CheckIsSystemApp()) { in EventNotify()
240 if (!CheckIsSystemApp()) { in NotifyFormCastTempForm()
271 if (!CheckIsSystemApp() && !IsCallBySelfBundle()) { in FireFormEvent()
303 if (!CheckIsSystemApp()) { in AcquireState()
352 bool FormProviderClient::CheckIsSystemApp() const in CheckIsSystemApp() function in OHOS::AppExecFwk::FormProviderClient
437 if (!CheckIsSystemApp()) { in AcquireShareFormData()
[all...]
/foundation/ai/intelligent_voice_framework/frameworks/js/napi/
H A Dintell_voice_common_napi.h50 static bool CheckIsSystemApp();
H A Dintell_voice_common_napi.cpp105 bool IntellVoiceCommonNapi::CheckIsSystemApp() in CheckIsSystemApp() function in OHOS::IntellVoiceNapi::IntellVoiceCommonNapi
H A Dintell_voice_manager_napi.cpp385 if (!IntellVoiceCommonNapi::CheckIsSystemApp()) { in GetIntelligentVoiceManager()
H A Dwakeup_manager_napi.cpp160 if (!IntellVoiceCommonNapi::CheckIsSystemApp()) { in GetWakeupManager()
/foundation/ai/intelligent_voice_framework/utils/
H A Dintell_voice_util.cpp134 bool IntellVoiceUtil::CheckIsSystemApp() in CheckIsSystemApp() function in OHOS::IntellVoiceUtils::IntellVoiceUtil
161 if (!CheckIsSystemApp()) { in VerifySystemPermission()
H A Dintell_voice_util.h46 static bool CheckIsSystemApp();
/foundation/ability/ability_runtime/frameworks/native/ability/native/form_runtime/
H A Dform_extension_provider_client.cpp51 if (!FormProviderClient::CheckIsSystemApp()) { in AcquireProviderFormInfo()
444 if (!FormProviderClient::CheckIsSystemApp()) { in CheckParam()
457 if (!FormProviderClient::CheckIsSystemApp()) { in AcquireShareFormData()
498 if (!FormProviderClient::CheckIsSystemApp()) { in AcquireFormData()
/foundation/ability/form_fwk/interfaces/kits/native/include/
H A Dform_provider_client.h165 bool CheckIsSystemApp() const;
/foundation/ability/form_fwk/test/unittest/fms_form_provider_client_test/
H A Dform_provider_client_test.cpp750 * @tc.name: CheckIsSystemApp
751 * @tc.desc: Verify that function CheckIsSystemApp.
756 auto result = instance_->CheckIsSystemApp(); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
H A Dbundle_mgr.cpp212 static bool CheckIsSystemApp() in CheckIsSystemApp() function
4948 if (CheckIsSystemApp()) { in ConvertInstallResult()
4956 if (CheckIsSystemApp()) { in ConvertInstallResult()

Completed in 17 milliseconds