Home
last modified time | relevance | path

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

/ohos5.0/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()
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H A Dauth_message_processor.h31 constexpr const char* TAG_APP_OPERATION = "APPOPERATION"; variable
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Dauth_message_processor.cpp65 jsonObj[TAG_APP_OPERATION] = authRequestContext_->appOperation; in GetJsonObj()
377 if (IsString(json, TAG_APP_OPERATION)) { in GetAuthReqMessage()
378 authResponseContext_->appOperation = json[TAG_APP_OPERATION].get<std::string>(); in GetAuthReqMessage()
H A Ddm_auth_manager.cpp1406 jsonObj[TAG_APP_OPERATION] = authResponseContext_->appOperation; in ShowConfigDialog()
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_auth_message_processor.cpp607 jsonThumbnail[TAG_APP_OPERATION] = "123456";
653 jsonThumbnail[TAG_APP_OPERATION] = "123456";
680 jsonThumbnail[TAG_APP_OPERATION] = "123456";
1601 jsonObj[TAG_APP_OPERATION] = "1231";
1624 jsonObj[TAG_APP_OPERATION] = 1231;