Home
last modified time | relevance | path

Searched refs:reasonValue (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/mock/src/
H A Dmock_system_ability_ondemand_reason.cpp83 const std::string& reasonValue, int64_t extraDataId) in SystemAbilityOnDemandReason() argument
87 reasonValue_ = reasonValue; in SystemAbilityOnDemandReason()
111 void SystemAbilityOnDemandReason::SetValue(const std::string& reasonValue) in SetValue() argument
113 reasonValue_ = reasonValue; in SetValue()
/ohos5.0/foundation/systemabilitymgr/safwk/services/safwk/src/
H A Dsystem_ability_ondemand_reason.cpp83 const std::string& reasonValue, int64_t extraDataId) in SystemAbilityOnDemandReason() argument
87 reasonValue_ = reasonValue; in SystemAbilityOnDemandReason()
111 void SystemAbilityOnDemandReason::SetValue(const std::string& reasonValue) in SetValue() argument
113 reasonValue_ = reasonValue; in SetValue()
/ohos5.0/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/
H A Dsystem_ability_ondemand_reason.h51 const std::string& reasonValue, int64_t extraDataId);
57 void SetValue(const std::string& reasonValue);
/ohos5.0/foundation/systemabilitymgr/safwk/services/safwk/include/
H A Dsystem_ability_ondemand_reason.h51 const std::string& reasonValue, int64_t extraDataId);
57 void SetValue(const std::string& reasonValue);
/ohos5.0/foundation/systemabilitymgr/safwk/test/services/safwk/unittest/
H A Dsystem_ability_ondemand_reason_test.cpp262 std::string reasonValue = "testreasonvalue"; variable
264 SystemAbilityOnDemandReason reason(reasonId, reasonName, reasonValue, extraDataId);
267 EXPECT_EQ(reason.reasonValue_, reasonValue);
/ohos5.0/base/web/webview/sa/src/
H A Dapp_fwk_update_service.cpp143 std::string reasonValue = startReason.GetValue(); in Init() local
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dvendor_helper.cpp193 std::string reasonValue = GetStringValueFromJson(jsonObject, "reason"); in ConvertStringToPrinterState() local
194 if (reasonValue == "shutdown") { in ConvertStringToPrinterState()