Home
last modified time | relevance | path

Searched refs:strictMode (Results 1 - 9 of 9) sorted by relevance

/foundation/ability/ability_runtime/test/unittest/app_spawn_client_second_test/
H A Dapp_spawn_client_second_test.cpp53 startMsg.strictMode = false; in HWTEST_F()
67 startMsg.strictMode = false; in HWTEST_F()
81 startMsg.strictMode = false; in HWTEST_F()
88 // Scenario4: Test when startMsg.strictMode is true and all other flags are false.
95 startMsg.strictMode = true; in HWTEST_F()
109 startMsg.strictMode = false; in HWTEST_F()
123 startMsg.strictMode = false; in HWTEST_F()
137 startMsg.strictMode = true; in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/app_spawn_client_test/
H A Dapp_spawn_client_test.cpp237 startMsg.strictMode = false; in HWTEST_F()
285 startMsg.strictMode = false; in HWTEST_F()
333 startMsg.strictMode = false; in HWTEST_F()
381 startMsg.strictMode = false; in HWTEST_F()
436 startMsg.strictMode = false; in HWTEST_F()
485 startMsg.strictMode = false; in HWTEST_F()
535 startMsg.strictMode = false; in HWTEST_F()
585 startMsg.strictMode = false; in HWTEST_F()
635 startMsg.strictMode = false; in HWTEST_F()
681 startMsg.strictMode in HWTEST_F()
[all...]
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_tdd_test/
H A Dapp_mgr_service_inner_tdd_test.cpp647 bool strictMode = false; in HWTEST_F() local
649 strictMode, nullptr); in HWTEST_F()
681 bool strictMode = true; in HWTEST_F() local
683 strictMode, nullptr); in HWTEST_F()
709 bool strictMode = false; in HWTEST_F() local
711 strictMode, nullptr); in HWTEST_F()
737 bool strictMode = false; in HWTEST_F() local
739 strictMode, nullptr); in HWTEST_F()
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_spawn_client.h75 bool strictMode = false; // whether is strict mode member
H A Dapp_running_record.h918 inline void SetStrictMode(bool strictMode) in SetStrictMode() argument
920 isStrictMode_ = strictMode; in SetStrictMode()
H A Dapp_mgr_service_inner.h1475 bool strictMode = false, sptr<IRemoteObject> token = nullptr,
1751 bool strictMode = false);
1755 bool strictMode, std::shared_ptr<AAFwk::Want> want);
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Djson_object.cpp128 Json::CharReaderBuilder::strictMode(&builder.settings_); in Parse()
141 Json::Reader reader(Json::Features::strictMode()); in Parse()
189 Json::CharReaderBuilder::strictMode(&builder.settings_); in Parse()
200 Json::Reader reader(Json::Features::strictMode()); in Parse()
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_spawn_client.cpp224 if (startMsg.strictMode) { in SetStartFlags()
H A Dapp_mgr_service_inner.cpp190 constexpr const char* STRICT_MODE = "strictMode";
885 bool strictMode = (want == nullptr) ? false : want->GetBoolParam(STRICT_MODE, false); in LoadAbilityNoAppRecord() local
886 appRecord->SetStrictMode(strictMode); in LoadAbilityNoAppRecord()
889 abilityInfo->name, strictMode, token, want, abilityInfo->extensionAbilityType); in LoadAbilityNoAppRecord()
3277 std::shared_ptr<AAFwk::Want> want, const std::string &moduleName, const std::string &abilityName, bool strictMode) in CreateStartMsg()
3309 QueryExtensionSandBox(moduleName, abilityName, bundleInfo, startMsg, dataGroupInfoList, strictMode, want); in CreateStartMsg()
3338 const BundleInfo &bundleInfo, AppSpawnStartMsg &startMsg, DataGroupInfoList &dataGroupInfoList, bool strictMode, in QueryExtensionSandBox()
3346 startMsg.strictMode = strictMode; in QueryExtensionSandBox()
3352 auto infoExisted = [&moduleName, &abilityName, &strictMode, in QueryExtensionSandBox()
3275 CreateStartMsg(const std::string &processName, uint32_t startFlags, const int uid, const BundleInfo &bundleInfo, const int32_t bundleIndex, BundleType bundleType, AppSpawnStartMsg &startMsg, std::shared_ptr<AAFwk::Want> want, const std::string &moduleName, const std::string &abilityName, bool strictMode) CreateStartMsg() argument
3337 QueryExtensionSandBox(const std::string &moduleName, const std::string &abilityName, const BundleInfo &bundleInfo, AppSpawnStartMsg &startMsg, DataGroupInfoList &dataGroupInfoList, bool strictMode, std::shared_ptr<AAFwk::Want> want) QueryExtensionSandBox() argument
3380 StartProcess(const std::string &appName, const std::string &processName, uint32_t startFlags, std::shared_ptr<AppRunningRecord> appRecord, const int uid, const BundleInfo &bundleInfo, const std::string &bundleName, const int32_t bundleIndex, bool appExistFlag, bool isPreload, const std::string &moduleName, const std::string &abilityName, bool strictMode, sptr<IRemoteObject> token, std::shared_ptr<AAFwk::Want> want, ExtensionAbilityType ExtensionAbilityType) StartProcess() argument
[all...]

Completed in 18 milliseconds