Home
last modified time | relevance | path

Searched refs:TAG_APP_OPERATION (Results 1 - 6 of 6) sorted by relevance

/foundation/distributedhardware/device_manager/services/implementation/src/ability/standard/
H A Ddm_ability_manager.cpp50 if (IsString(jsonObject, TAG_APP_OPERATION)) { in StartAbility()
51 appOperationStr = jsonObject[TAG_APP_OPERATION].get<std::string>(); in StartAbility()
H A Ddm_dialog_manager.cpp88 if (IsString(jsonObject, TAG_APP_OPERATION)) { in ShowConfirmDialog()
89 appOperationStr = jsonObject[TAG_APP_OPERATION].get<std::string>(); in ShowConfirmDialog()
/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H A Dauth_message_processor.h31 constexpr const char* TAG_APP_OPERATION = "APPOPERATION"; member
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Dauth_message_processor.cpp69 jsonObj[TAG_APP_OPERATION] = authRequestContext_->appOperation; in GetJsonObj()
353 if (IsString(json, TAG_APP_OPERATION)) { in GetAuthReqMessage()
354 authResponseContext_->appOperation = json[TAG_APP_OPERATION].get<std::string>(); in GetAuthReqMessage()
H A Ddm_auth_manager.cpp1402 jsonObj[TAG_APP_OPERATION] = authResponseContext_->appOperation; in ShowConfigDialog()
/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_auth_message_processor.cpp607 jsonThumbnail[TAG_APP_OPERATION] = "123456"; in HWTEST_F()
653 jsonThumbnail[TAG_APP_OPERATION] = "123456"; in HWTEST_F()
680 jsonThumbnail[TAG_APP_OPERATION] = "123456"; in HWTEST_F()
1554 jsonObj[TAG_APP_OPERATION] = "1231"; in HWTEST_F()
1577 jsonObj[TAG_APP_OPERATION] = 1231; in HWTEST_F()

Completed in 10 milliseconds