Home
last modified time | relevance | path

Searched refs:OPERATION_FAILED (Results 1 - 11 of 11) sorted by relevance

/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
H A Dcleancache_callback.cpp23 constexpr int8_t OPERATION_FAILED = 1; member
35 err_ = err ? OPERATION_SUCCESS : OPERATION_FAILED; in OnCleanCacheFinished()
H A Dbundle_mgr.cpp67 constexpr int32_t OPERATION_FAILED = 1; member
1773 NAPI_CALL_RETURN_VOID(env, napi_create_uint32(env, OPERATION_FAILED, &result[PARAM0])); in GetPermissionDefComplete()
2802 NAPI_CALL_RETURN_VOID(env, napi_create_int32(env, OPERATION_FAILED, &result[0])); in ClearBundleCache()
3623 asyncCallbackInfo->err = OPERATION_FAILED; in GetAbilityIconComplete()
3624 NAPI_CALL_RETURN_VOID(env, napi_create_int32(env, OPERATION_FAILED, &result[0])); in GetAbilityIconComplete()
3779 asyncCallbackInfo->err = OPERATION_FAILED; in GetBundleArchiveInfoComplete()
3780 result[0] = BusinessError::CreateError(env, OPERATION_FAILED, "GetBundleArchiveInfo falied"); in GetBundleArchiveInfoComplete()
3875 asyncCallbackInfo->err = OPERATION_FAILED; in GetLaunchWantForBundleComplete()
3876 result[0] = BusinessError::CreateError(env, OPERATION_FAILED, "GetLaunchWantForBundle falied"); in GetLaunchWantForBundleComplete()
4214 NAPI_CALL_RETURN_VOID(env, napi_create_int32(env, OPERATION_FAILED, in GetBundleNameByUidComplete()
[all...]
/foundation/multimedia/audio_framework/services/audio_service/common/src/
H A Daudio_ring_cache.cpp92 result.ret = OPERATION_FAILED; in ReConfig()
111 result.ret = OPERATION_FAILED; in ReConfig()
217 result = {OPERATION_FAILED, writableSize}; in Enqueue()
233 result = {OPERATION_FAILED, writableSize}; in Enqueue()
255 result = {OPERATION_FAILED, readableSize}; in HandleCrossDequeue()
309 result = {OPERATION_FAILED, readableSize}; in Dequeue()
/foundation/multimedia/audio_framework/services/audio_service/common/include/
H A Daudio_ring_cache.h34 OPERATION_FAILED,
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_compatible_system_test/
H A Dbms_compatible_system_test.cpp38 const std::string OPERATION_FAILED = "Failure"; member
125 installMessage = OPERATION_FAILED; in Install()
143 installMessage = OPERATION_FAILED; in Install()
160 uninstallMessage = OPERATION_FAILED; in Uninstall()
166 uninstallMessage = OPERATION_FAILED; in Uninstall()
213 return OPERATION_FAILED + resultMsg; in GetResultMsg()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/launchermgr/
H A Djs_launcher.cpp39 constexpr int32_t OPERATION_FAILED = 1; member
572 napi_create_uint32(env, OPERATION_FAILED, &result[0]); in JSLauncherServiceOn()
731 asyncCallbackInfo->err = OPERATION_FAILED; in JsGetAllLauncherAbilityInfoExec()
881 napi_create_uint32(env, OPERATION_FAILED, &result[0]); in JSGetLauncherAbilityInfos()
986 napi_create_uint32(env, OPERATION_FAILED, &result[0]); in JSGetShortcutInfos()
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_launcher_service_system_test/
H A Dbms_launcher_service_system_test.cpp48 const std::string OPERATION_FAILED = "Failure"; member
202 installMessage = OPERATION_FAILED; in Install()
219 uninstallMessage = OPERATION_FAILED; in Uninstall()
225 uninstallMessage = OPERATION_FAILED; in Uninstall()
406 return OPERATION_FAILED + resultMsg; in GetResultMsg()
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_search_system_test/
H A Dbms_search_system_test.cpp45 const std::string OPERATION_FAILED = "Failure"; member
169 return OPERATION_FAILED + resultMsg; in GetResultMsg()
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_uninstall_system_test/
H A Dbms_uninstall_system_test.cpp42 const std::string OPERATION_FAILED = "Failure"; member
92 return OPERATION_FAILED + resultMsg; in GetResultMsg()
/foundation/bundlemanager/distributed_bundle_framework/services/dbms/test/unittest/dbms_services_kit_test/
H A Ddbms_services_kit_test.cpp75 const std::string OPERATION_FAILED = "Failure"; member
124 return OPERATION_FAILED + resultMsg; in GetResultMsg()
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/
H A Dacts_bms_kit_system_test.cpp62 const std::string OPERATION_FAILED = "Failure"; member
253 return OPERATION_FAILED + resultMsg; in GetResultMsg()

Completed in 38 milliseconds