Home
last modified time | relevance | path

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

/foundation/distributedhardware/device_manager/services/implementation/src/ability/standard/
H A Ddm_ability_manager.cpp33 const std::string appOperation = "appOperation"; member
71 want.SetParam(appOperation, appOperationStr); in StartAbility()
/foundation/distributedhardware/device_manager/interfaces/kits/js4.0/src/
H A Ddm_native_util.cpp290 char appOperation[DM_NAPI_DESCRIPTION_BUF_LENGTH] = ""; in JsToBindParam() local
291 JsObjectToString(env, object, "appOperation", appOperation, sizeof(appOperation)); in JsToBindParam()
319 jsonObj[APP_OPERATION] = std::string(appOperation); in JsToBindParam()
407 std::string appOperation = bindParamObj[APP_OPERATION].get<std::string>(); in InsertMapParames() local
408 bindParamMap.insert(std::pair<std::string, std::string>(PARAM_KEY_APP_OPER, appOperation)); in InsertMapParames()
/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H A Ddm_auth_manager.h106 std::string appOperation; member
148 std::string appOperation; member
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Dauth_message_processor.cpp69 jsonObj[TAG_APP_OPERATION] = authRequestContext_->appOperation; in GetJsonObj()
354 authResponseContext_->appOperation = json[TAG_APP_OPERATION].get<std::string>(); in GetAuthReqMessage()
H A Ddm_auth_manager.cpp91 constexpr const char* APP_OPERATION_KEY = "appOperation";
216 authRequestContext_->appOperation = jsonObject[APP_OPERATION_KEY].get<std::string>(); in GetAuthParam()
1402 jsonObj[TAG_APP_OPERATION] = authResponseContext_->appOperation; in ShowConfigDialog()
/foundation/distributedhardware/device_manager/interfaces/kits/js/src/
H A Dnative_devicemanager_js.cpp1189 char appOperation[DM_NAPI_DESCRIPTION_BUF_LENGTH] = ""; in JsToDmExtra() local
1190 JsObjectToString(env, object, "appOperation", appOperation, sizeof(appOperation)); in JsToDmExtra()
1191 std::string appOperationStr = appOperation; in JsToDmExtra()

Completed in 13 milliseconds