/base/global/resource_management/interfaces/cj/src/ |
H A D | utils.cpp | 18 char* Utils::MallocCString(const std::string& origin) in MallocCString() argument
|
/base/inputmethod/imf/frameworks/cj/src/ |
H A D | utils.cpp | 18 char* Utils::MallocCString(const std::string &origin) in MallocCString() argument
|
/base/telephony/state_registry/frameworks/cj/src/ |
H A D | telephony_observer_utils.cpp | 20 char* MallocCString(const std::string& origin) in MallocCString() argument
|
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_geo_location_callback_impl.cpp | 27 GeoLocationCallbackInvoke( const ArkWebString& origin, bool allow, bool retain, bool incognito) GeoLocationCallbackInvoke() argument
|
H A D | ark_web_web_storage_impl.cpp | 45 long ArkWebWebStorageImpl::GetOriginQuota(const ArkWebString& origin) in GetOriginQuota() argument 50 void ArkWebWebStorageImpl::GetOriginQuota(const ArkWebString& origin, ArkWebRefPtr<ArkWebLongValueCallback> callback) in GetOriginQuota() argument 61 long ArkWebWebStorageImpl::GetOriginUsage(const ArkWebString& origin) in GetOriginUsage() argument 66 void ArkWebWebStorageImpl::GetOriginUsage(const ArkWebString& origin, ArkWebRefPtr<ArkWebLongValueCallback> callback) in GetOriginUsage() argument 77 DeleteOrigin(const ArkWebString& origin) DeleteOrigin() argument [all...] |
H A D | ark_web_web_storage_origin_impl.cpp | 52 void ArkWebWebStorageOriginImpl::SetOrigin(const ArkWebString& origin) in SetOrigin() argument
|
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_geo_location_callback_wrapper.cpp | 27 GeolocationCallbackInvoke( const std::string& origin, bool allow, bool retain, bool incognito) GeolocationCallbackInvoke() argument
|
H A D | ark_web_web_storage_wrapper.cpp | 45 long ArkWebWebStorageWrapper::GetOriginQuota(const std::string& origin) in GetOriginQuota() argument 70 long ArkWebWebStorageWrapper::GetOriginUsage(const std::string& origin) in GetOriginUsage() argument 94 int ArkWebWebStorageWrapper::DeleteOrigin(const std::string& origin) in DeleteOrigin() argument 55 GetOriginQuota( const std::string& origin, std::shared_ptr<OHOS::NWeb::NWebLongValueCallback> callback) GetOriginQuota() argument 80 GetOriginUsage( const std::string& origin, std::shared_ptr<OHOS::NWeb::NWebLongValueCallback> callback) GetOriginUsage() argument [all...] |
H A D | ark_web_web_storage_origin_wrapper.cpp | 56 void ArkWebWebStorageOriginWrapper::SetOrigin(const std::string& origin) in SetOrigin() argument
|
/base/hiviewdfx/hiview/base/utility/include/ |
H A D | ash_memory_utils.h | 57 auto origin = ashmem->ReadFromAshmem(allSize[i], offset); in ReadBulkData() local
|
/base/global/i18n/interfaces/cj/ |
H A D | i18n_ffi.cpp | 27 char* MallocCString(const std::string& origin) in MallocCString() argument
|
/base/powermgr/powermgr_lite/services/src/screensaver/small/ |
H A D | screen_saver_feature_impl.c | 41 static int32_t SetStateInvoke(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply) in SetStateInvoke() argument 54 static int32_t FeatureInvoke(IServerProxy *iProxy, int32_t funcId, void *origin, IpcIo *req, IpcIo *reply) in FeatureInvoke() argument
|
/base/web/webview/interfaces/kits/cj/src/ |
H A D | webview_utils.cpp | 23 char* MallocCString(const std::string& origin) in MallocCString() argument 36 uint8_t* MallocUInt8(const std::string& origin) in MallocUInt8() argument
|
H A D | web_storage.cpp | 28 int32_t WebStorage::CJdeleteOrigin(const std::string &origin) in CJdeleteOrigin() argument 50 int64_t WebStorage::CjGetOriginUsageOrQuota(const std::string &origin, int32_t *errCode, bool isQuata) in CjGetOriginUsageOrQuota() argument [all...] |
/base/customization/config_policy/interfaces/kits/cj/src/ |
H A D | config_policy_ffi.cpp | 28 char** MallocCStringArr(const std::vector<const char*>& origin) in MallocCStringArr() argument
|
/base/security/device_security_level/services/sa/lite/small/ |
H A D | dslm_service_feature.c | 68 static int32 Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply) in Invoke() argument
|
/base/startup/init/interfaces/kits/cj/src_enhance/ |
H A D | system_parameter_ffi.cpp | 29 char* MallocCString(const char* origin) in MallocCString() argument
|
/base/web/webview/interfaces/kits/napi/webstorage/ |
H A D | napi_web_storage.h | 33 std::string origin; member 44 std::string origin; member
|
/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/ |
H A D | appevent_packageholder_impl.cpp | 27 char* MallocCString(const std::string& origin) in MallocCString() argument
|
/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cj/ |
H A D | faultlogger_ffi.cpp | 31 char* MallocCString(const std::string& origin) in MallocCString() argument
|
/base/hiviewdfx/hisysevent/adapter/native/idl/src/ |
H A D | ash_mem_utils.cpp | 121 auto origin = ashmem->ReadFromAshmem(allSize[i], offset); in ReadBulkData() local
|
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/ |
H A D | ash_mem_utils.cpp | 118 auto origin = ashmem->ReadFromAshmem(allSize[i], offset); in ReadBulkData() local
|
/base/powermgr/thermal_manager/utils/native/src/ |
H A D | string_operation.cpp | 66 bool StringOperation::Compare(const std::string& origin, const std::string& target) in Compare() argument 74 bool StringOperation::Find(const std::string& origin, const std::string& target) in Find() argument
|
/base/powermgr/powermgr_lite/services/src/power/small/ |
H A D | power_manage_feature_impl.c | 55 static int32_t FeatureInvoke(IServerProxy *iProxy, int32_t funcId, void *origin, IpcIo *req, IpcIo *reply) in FeatureInvoke() argument 66 static int32_t AcquireInvoke(IServerProxy *iProxy, void *origin, IpcI argument 78 ReleaseInvoke(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply) ReleaseInvoke() argument 88 IsAnyHoldingInvoke(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply) IsAnyHoldingInvoke() argument 95 SuspendInvoke(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply) SuspendInvoke() argument 107 WakeupInvoke(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply) WakeupInvoke() argument [all...] |
/base/powermgr/battery_lite/services/src/small/ |
H A D | battery_feature_impl.c | 54 static int32_t FeatureInvoke(IServerProxy *iProxy, int32_t funcId, void *origin, IpcI argument 63 BatterySocInvoke(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply) BatterySocInvoke() argument 73 ChargingStatusInvoke(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply) ChargingStatusInvoke() argument 83 HealthStatusInvoke(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply) HealthStatusInvoke() argument 93 PluggedTypeInvoke(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply) PluggedTypeInvoke() argument 103 VoltageInvoke(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply) VoltageInvoke() argument 113 TechnologyInvoke(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply) TechnologyInvoke() argument 124 BatteryTemperatureInvoke(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply) BatteryTemperatureInvoke() argument [all...] |