Home
last modified time | relevance | path

Searched refs:CheckIsSystemApp (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/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()
/ohos5.0/foundation/ai/intelligent_voice_framework/utils/
H A Dintell_voice_util.cpp128 bool IntellVoiceUtil::CheckIsSystemApp() in CheckIsSystemApp() function in OHOS::IntellVoiceUtils::IntellVoiceUtil
155 if (!CheckIsSystemApp()) { in VerifySystemPermission()
H A Dintell_voice_util.h37 static bool CheckIsSystemApp();
/ohos5.0/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()
/ohos5.0/foundation/ability/form_fwk/interfaces/kits/native/include/
H A Dform_provider_client.h165 bool CheckIsSystemApp() const;
/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dstk_controller.h73 bool CheckIsSystemApp(const std::string &bundleName);
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dstk_controller.cpp456 if (!CheckIsSystemApp(stkBundleName_)) { in PublishStkEvent()
468 bool StkController::CheckIsSystemApp(const std::string &bundleName) in CheckIsSystemApp() function in OHOS::Telephony::StkController
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_provider_client_test/
H A Dform_provider_client_test.cpp756 auto result = instance_->CheckIsSystemApp();
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test_sim_ril.cpp217 EXPECT_FALSE(stkController->CheckIsSystemApp(bundleNameEmpty));
218 EXPECT_FALSE(stkController->CheckIsSystemApp(bundleName));
/ohos5.0/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()