Home
last modified time | relevance | path

Searched refs:TYPE_MISMATCH (Results 1 - 5 of 5) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_errno.cpp61 { -E_TYPE_MISMATCH, TYPE_MISMATCH },
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/
H A Dstore_types.h68 TYPE_MISMATCH, // for row record, get value with mismatch func. enumerator
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/launchermgr/
H A Djs_launcher.cpp36 const std::string TYPE_MISMATCH = "type mismatch"; member
769 asyncCallbackInfo->message = TYPE_MISMATCH; in JSGetAllLauncherAbilityInfos()
775 asyncCallbackInfo->message = TYPE_MISMATCH; in JSGetAllLauncherAbilityInfos()
787 asyncCallbackInfo->message = TYPE_MISMATCH; in JSGetAllLauncherAbilityInfos()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
H A Dbundle_mgr.cpp112 const char* TYPE_MISMATCH = "type misMatch"; member
1184 asyncCallbackInfo->message = TYPE_MISMATCH; in GetApplicationInfos()
1190 asyncCallbackInfo->message = TYPE_MISMATCH; in GetApplicationInfos()
1711 asyncCallbackInfo->message = TYPE_MISMATCH; in GetBundleInfos()
1814 asyncCallbackInfo->message = TYPE_MISMATCH; in GetPermissionDef()
3444 asyncCallbackInfo->message = TYPE_MISMATCH; in GetAllApplicationInfo()
3450 asyncCallbackInfo->message = TYPE_MISMATCH; in GetAllApplicationInfo()
3564 asyncCallbackInfo->message = TYPE_MISMATCH; in GetApplicationInfo()
3569 asyncCallbackInfo->message = TYPE_MISMATCH; in GetApplicationInfo()
3871 result[0] = BusinessError::CreateError(env, asyncCallbackInfo->err, TYPE_MISMATCH); in GetLaunchWantForBundleComplete()
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_relational_test.cpp1782 * @tc.expected: step3. Return TYPE_MISMATCH. in HWTEST_F()
1785 EXPECT_EQ(status, TYPE_MISMATCH); in HWTEST_F()
1820 * @tc.expected: step6. Return TYPE_MISMATCH. in HWTEST_F()
1823 EXPECT_EQ(status, TYPE_MISMATCH); in HWTEST_F()

Completed in 13 milliseconds