Home
last modified time | relevance | path

Searched refs:wantType (Results 1 - 9 of 9) sorted by relevance

/foundation/ability/ability_runtime/test/unittest/cj_want_ffi_test/
H A Dcj_want_ffi_test.cpp86 params.wantType = new char[WANT_TYPE_SIZE]; in HWTEST_F()
87 strcpy_s(params.wantType, WANT_TYPE_SIZE, "abilityName"); in HWTEST_F()
119 params.wantType = new char[WANT_TYPE_SIZE]; in HWTEST_F()
120 strcpy_s(params.wantType, WANT_TYPE_SIZE, "abilityName"); in HWTEST_F()
152 params.wantType = new char[WANT_TYPE_SIZE]; in HWTEST_F()
153 strcpy_s(params.wantType, WANT_TYPE_SIZE, "abilityName"); in HWTEST_F()
188 params.wantType = new char[WANT_TYPE_SIZE]; in HWTEST_F()
189 strcpy_s(params.wantType, WANT_TYPE_SIZE, "abilityName"); in HWTEST_F()
/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/include/common/
H A Dobject_error.h38 ParametersType(const std::string &name, const std::string &wantType) : name(name), wantType(wantType){}; in ParametersType() argument
44 std::string wantType; member in OHOS::ObjectStore::ParametersType
/foundation/distributeddatamgr/data_share/frameworks/js/napi/common/include/
H A Ddatashare_error_impl.h25 ParametersTypeError(const std::string &name, const std::string &wantType) : name(name), wantType(wantType){}; in ParametersTypeError() argument
30 std::string wantType; member in OHOS::DataShare::ParametersTypeError
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/include/
H A Dnapi_rdb_error.h128 ParamTypeError(const std::string &name, const std::string &wantType) : name(name), wantType(wantType){}; in ParamTypeError() argument
131 return "Parameter error. The type of '" + name + "' must be " + wantType;
140 std::string wantType; member in OHOS::AppDataMgrJsKit::ParamTypeError
/foundation/ability/ability_runtime/frameworks/cj/ffi/
H A Dcj_want_ffi.cpp44 want->SetType(params.wantType); in FFICJWantCreateWithWantInfo()
82 buffer->wantType = CreateCStringFromString(actualWant->GetType()); in FFICJWantGetWantInfo()
100 free(static_cast<void*>(params->wantType)); in FFICJWantParamsDelete()
H A Dcj_want_ffi.h35 char* wantType; member
/foundation/distributeddatamgr/data_share/frameworks/js/napi/common/src/
H A Ddatashare_error_impl.cpp22 return "Parameter error. The type of '" + name + "' must be '" + wantType + "'."; in GetMessage()
/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/src/common/
H A Dobject_error.cpp22 return "Parameter error. The type of '" + name + "' must be '" + wantType + "'."; in GetMessage()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
H A Dbundle_mgr.cpp1351 std::string wantType = GetStringFromNAPI(env, prop); in ParseWant() local
1438 wantAction.c_str(), elementUri.c_str(), wantType.c_str(), wantFlags); in ParseWant()
1441 want.SetType(wantType); in ParseWant()

Completed in 12 milliseconds