Home
last modified time | relevance | path

Searched refs:PARAM_KEY_TARGET_PKG_NAME (Results 1 - 2 of 2) sorted by relevance

/foundation/distributedhardware/device_manager/interfaces/kits/js4.0/src/
H A Ddm_native_util.cpp321 jsonObj[PARAM_KEY_TARGET_PKG_NAME] = std::string(targetPkgName); in JsToBindParam()
414 if (IsString(bindParamObj, PARAM_KEY_TARGET_PKG_NAME)) { in InsertMapParames()
415 std::string targetPkgName = bindParamObj[PARAM_KEY_TARGET_PKG_NAME].get<std::string>(); in InsertMapParames()
416 bindParamMap.insert(std::pair<std::string, std::string>(PARAM_KEY_TARGET_PKG_NAME, targetPkgName)); in InsertMapParames()
/foundation/distributedhardware/device_manager/common/include/
H A Ddm_constants.h218 constexpr const char* PARAM_KEY_TARGET_PKG_NAME = "TARGET_PKG_NAME"; member

Completed in 3 milliseconds