/foundation/systemabilitymgr/safwk/test/services/safwk/unittest/listen_ability/src/ |
H A D | listen_ability.cpp | 35 HiLog::Info(LABEL, "ListenAbility()"); in ListenAbility() 40 HiLog::Info(LABEL, "~ListenAbility()"); in ~ListenAbility() 45 HiLog::Info(LABEL, "AddVolume volume = %d.", volume); in AddVolume() 60 HiLog::Info(LABEL, "TestSa1493Proxy_ is nullptr"); in TestSaCallSa() 65 HiLog::Info(LABEL, "ret :%{public}d Listen Testsacall input:%{public}d, output:%{public}lf", ret, input, output); in TestSaCallSa() 72 HiLog::Info(LABEL, "TestClearSa1493Proxy_ is nullptr"); in TestGetIpcSendRequestTimes() 87 HiLog::Info(LABEL, "OnStart()"); in OnStart() 93 HiLog::Info(LABEL, "%{public}s called:AddAbilityListener begin!", __func__); in OnStart() 98 HiLog::Info(LABEL, "%{public}s called:AddAbilityListener end!", __func__); in OnStart() 103 HiLog::Info(LABE in OnAddSystemAbility() [all...] |
/foundation/systemabilitymgr/safwk/test/mock/common/audio_ability/src/ |
H A D | test_audio_ability_proxy.cpp | 40 HiLog::Info(label_, "%{public}s called", __func__); in AddVolume() 53 HiLog::Info(label_, "%{public}s:finish = %{public}d", __func__, result); in AddVolume() 59 HiLog::Info(label_, "%{public}s called", __func__); in ReduceVolume() 73 HiLog::Info(label_, "%{public}s:finish = %{public}d", __func__, ret); in ReduceVolume() 79 HiLog::Info(label_, "%{public}s called", __func__); in TestRpcInt32() 92 HiLog::Info(label_, "%{public}s:finish = %{public}d", __func__, result); in TestRpcInt32() 98 HiLog::Info(label_, "%{public}s called", __func__); in TestRpcUInt32() 111 HiLog::Info(label_, "%{public}s:finish = %{public}u", __func__, result); in TestRpcUInt32() 117 HiLog::Info(label_, "%{public}s called", __func__); in TestRpcInt64() 130 HiLog::Info(label in TestRpcInt64() [all...] |
H A D | test_audio_ability.cpp | 29 HiLog::Info(label_, "%{public}s called", __func__); in TestAudioAbility() 34 HiLog::Info(label_, "%{public}s called", __func__); in ~TestAudioAbility() 45 HiLog::Info(label_, "TestAudioAbility:: %{public}s called, volume = %{public}d", __func__, volume); in AddVolume() 51 HiLog::Info(label_, "TestAudioAbility:: %{public}s called, volume = %{public}d", __func__, volume); in ReduceVolume() 92 HiLog::Info(label_, "%{public}s called", __func__); in OnStart() 110 HiLog::Info(label_, "OnAddSystemAbility systemAbilityId:%{public}d added!", systemAbilityId); in OnAddSystemAbility() 115 HiLog::Info(label_, "OnRemoveSystemAbility systemAbilityId:%{public}d removed!", systemAbilityId); in OnRemoveSystemAbility()
|
/foundation/ability/ability_runtime/test/unittest/window_visibility_changed_listener_test/ |
H A D | window_visibility_changed_listener_test.cpp | 73 auto Info = std::make_shared<WindowVisibilityChangedListener>(appInner, handler); in HWTEST_F() local 75 Info->OnWindowVisibilityChanged(windowVisibilityInfos); in HWTEST_F() 90 auto Info = std::make_shared<WindowVisibilityChangedListener>(appInner, handler); in HWTEST_F() local 98 Info->taskHandler_ = nullptr; in HWTEST_F() 99 Info->OnWindowVisibilityChanged(windowVisibilityInfos); in HWTEST_F() 100 EXPECT_EQ(Info->taskHandler_, nullptr); in HWTEST_F() 115 auto Info = std::make_shared<WindowVisibilityChangedListener>(appInner, handler); in HWTEST_F() local 123 Info->OnWindowVisibilityChanged(windowVisibilityInfos); in HWTEST_F() 124 EXPECT_NE(Info->taskHandler_, nullptr); in HWTEST_F()
|
/foundation/systemabilitymgr/safwk/test/mock/common/ondemand_ability/src/ |
H A D | test_ondemand_ability.cpp | 29 HiLog::Info(label_, "%{public}s called", __func__); in TestOnDemandAbility() 34 HiLog::Info(label_, "%{public}s called", __func__); in ~TestOnDemandAbility() 45 HiLog::Info(label_, "TestOnDemandAbility:: %{public}s called, volume = %{public}d", in AddVolume() 52 HiLog::Info(label_, "%{public}s called", __func__); in OnStart()
|
H A D | test_ondemand_ability_proxy.cpp | 29 HiLog::Info(label_, "%{public}s called, volume = %{public}d", __func__, volume); in AddVolume() 58 HiLog::Info(label_, "%{public}s:finish = %{public}d", __func__, result); in AddVolume()
|
/foundation/ability/ability_runtime/test/unittest/extension_record_test/ |
H A D | extension_record_test.cpp | 84 auto Info = std::make_shared<AbilityRuntime::ExtensionRecord>(abilityRecord); in HWTEST_F() local 85 Info->hostBundleName_ = "ExtensionRecordTest"; in HWTEST_F() 86 Info->UnloadUIExtensionAbility(); in HWTEST_F() 87 EXPECT_EQ(Info->preLoadUIExtStateObserver_, nullptr); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/glfw_render_context/src/ |
H A D | glfw_render_context.cpp | 44 ::OHOS::HiviewDFX::HiLog::Info(LABEL, "Init"); in Init() 47 ::OHOS::HiviewDFX::HiLog::Info(LABEL, "Init end"); in Init() 57 ::OHOS::HiviewDFX::HiLog::Info(LABEL, "InitFrom glfwWindow"); in InitFrom() 76 ::OHOS::HiviewDFX::HiLog::Info(LABEL, "glfwSetWindowSizeCallback %{public}d %{public}d", width_, height_); in InitFrom() 91 ::OHOS::HiviewDFX::HiLog::Info(LABEL, "CreateGlfwWindow"); in CreateGlfwWindow() 103 ::OHOS::HiviewDFX::HiLog::Info(LABEL, "CreateGlfwWindow::glfwWindowHint end"); in CreateGlfwWindow() 105 ::OHOS::HiviewDFX::HiLog::Info(LABEL, "CreateGlfwWindow::glfwCreateWindow end"); in CreateGlfwWindow() 114 ::OHOS::HiviewDFX::HiLog::Info(LABEL, "glfwSetWindowSizeCallback %{public}d %{public}d", width, height); in CreateGlfwWindow() 246 ::OHOS::HiviewDFX::HiLog::Info(LABEL, "OnSizeChanged %{public}d %{public}d", width, height); in OnSizeChanged() 253 ::OHOS::HiviewDFX::HiLog::Info(LABE in OnSizeChanged() [all...] |
/foundation/systemabilitymgr/safwk/test/services/safwk/unittest/test_sa_proxy_cache_ability/src/ |
H A D | test_sa_proxy_cache.cpp | 33 HiLog::Info(LABEL, "TestSaProxyCache"); in TestSaProxyCache() 38 HiLog::Info(LABEL, "~TestSaProxyCache()"); in ~TestSaProxyCache() 83 HiLog::Info(LABEL, "OnStart()"); in OnStart() 93 HiLog::Info(LABEL, "OnAddSystemAbility systemAbilityId:%{public}d added!", systemAbilityId); in OnAddSystemAbility() 98 HiLog::Info(LABEL, "OnRemoveSystemAbility systemAbilityId:%{public}d removed!", systemAbilityId); in OnRemoveSystemAbility()
|
/foundation/filemanagement/app_file_service/utils/include/b_radar/ |
H A D | b_radar.h | 67 struct Info { struct in OHOS::FileManagement::Backup::AppRadar 72 Info(const std::string &bundleName, const std::string &status, const std::string &resInfo) in Info() function 88 void RecordDefaultFuncRes(Info &info, const std::string &func, int32_t userId, 90 void RecordBackupFuncRes(Info &info, const std::string &func, int32_t userId, 92 void RecordRestoreFuncRes(Info &info, const std::string &func, int32_t userId,
|
/foundation/communication/ipc/ipc/native/test/unittest/common/ |
H A D | ipc_hitrace_unittest.cpp | 151 HiLog::Info(LOG_LABEL, "%s\n", logTag.c_str()); in PrintTagLog() 174 HiLog::Info(LOG_LABEL, "Get test.service OK\n"); in HWTEST_F() 178 HiLog::Info(LOG_LABEL, "Got Proxy node\n"); in HWTEST_F() 185 HiLog::Info(LOG_LABEL, "Got Stub node\n"); in HWTEST_F() 227 HiLog::Info(LOG_LABEL, "Get test.service OK\n"); in HWTEST_F() 231 HiLog::Info(LOG_LABEL, "Got Proxy node\n"); in HWTEST_F() 238 HiLog::Info(LOG_LABEL, "Got Stub node\n"); in HWTEST_F() 270 HiLog::Info(LOG_LABEL, "Get test.service OK\n"); in HWTEST_F() 273 HiLog::Info(LOG_LABEL, "Got Proxy node\n"); in HWTEST_F() 280 HiLog::Info(LOG_LABE in HWTEST_F() [all...] |
/foundation/ability/ability_runtime/test/unittest/ui_service_proxy_test/ |
H A D | ui_service_proxy_test.cpp | 117 std::shared_ptr<AAFwk::UIServiceProxy> Info = std::make_shared<AAFwk::UIServiceProxy>(impl); in HWTEST_F() local 120 int32_t res = Info->SendData(hostProxy, data); in HWTEST_F() 134 std::shared_ptr<AAFwk::UIServiceProxy> Info = std::make_shared<AAFwk::UIServiceProxy>(impl); in HWTEST_F() local 137 int32_t res = Info->SendData(hostProxy, data); in HWTEST_F() 151 std::shared_ptr<AAFwk::UIServiceProxy> Info = std::make_shared<AAFwk::UIServiceProxy>(impl); in HWTEST_F() local 154 int32_t res = Info->SendData(hostProxy, data); in HWTEST_F()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_connection_manager.cpp | 226 return GattDevice(item->Info().addr_, in GetDevices() 227 item->Info().addressType_, in GetDevices() 228 item->Info().transport_, in GetDevices() 256 return internalDevice->Info().transport_; in GetDeviceTransport() 268 (internalDevice->Info().transport_ != GATT_TRANSPORT_TYPE_LE) in RequestConnectionPriority() 284 return device->Info().isEncryption_; in GetEncryptionInfo() 296 return dev->Info().isEncryption_; in GetEncryptionInfo() 399 if (dev->Info() == device) { in FindOrRegister() 422 if (dev->Info().transport_ == transport && in FindOrRegister() 444 if (device->Info() in HasSpareDeviceSpace() 1221 GattDevice &GattConnectionManager::Device::Info() Info() function in OHOS::bluetooth::GattConnectionManager::Device [all...] |
/foundation/communication/bluetooth/frameworks/js/napi/src/common/ |
H A D | napi_async_work.cpp | 38 void NapiAsyncWork::Info::Execute(void) in Execute() 51 void NapiAsyncWork::Info::Complete(void) in Complete() 95 NapiAsyncWork::Info *info = new NapiAsyncWork::Info(); in Run() 101 NapiAsyncWork::Info *info = static_cast<NapiAsyncWork::Info *>(data); in Run() 109 NapiAsyncWork::Info *info = static_cast<NapiAsyncWork::Info *>(data); in Run()
|
/foundation/ability/ability_runtime/test/unittest/ui_service_host_proxy_test/ |
H A D | ui_service_host_proxy_test.cpp | 119 std::shared_ptr<AAFwk::UIServiceHostProxy> Info = std::make_shared<AAFwk::UIServiceHostProxy>(impl); in HWTEST_F() local 121 int32_t res = Info->SendData(data); in HWTEST_F() 135 std::shared_ptr<AAFwk::UIServiceHostProxy> Info = std::make_shared<AAFwk::UIServiceHostProxy>(impl); in HWTEST_F() local 137 int32_t res = Info->SendData(data); in HWTEST_F()
|
/foundation/ability/ability_runtime/test/unittest/prepare_terminate_callback_proxy_test/ |
H A D | prepare_terminate_callback_proxy_test.cpp | 95 auto Info = std::make_shared<PrepareTerminateCallbackProxy>(impl); in HWTEST_F() local 96 Info->DoPrepareTerminate(); in HWTEST_F() 111 auto Info = std::make_shared<PrepareTerminateCallbackProxy>(impl); in HWTEST_F() local 112 Info->DoPrepareTerminate(); in HWTEST_F()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/config/include/model/ |
H A D | cloud_config.h | 23 struct Info final : public Serializable { 29 std::vector<Info> mapper;
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/ |
H A D | cloud_config_manager.h | 27 struct Info { struct in OHOS::DistributedData::CloudConfigManager 32 API_EXPORT void Initialize(const std::vector<Info> &mapper);
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/config/src/model/ |
H A D | cloud_config.cpp | 30 bool CloudConfig::Info::Marshal(Serializable::json &node) const in Marshal() 36 bool CloudConfig::Info::Unmarshal(const Serializable::json &node) in Unmarshal()
|
/foundation/communication/dsoftbus/core/connection/tcp/src/ |
H A D | softbus_tcp_connect_virtual.c | 60 int32_t TcpGetConnectionInfo(uint32_t connectionId, ConnectionInfo *Info) in TcpGetConnectionInfo() argument 63 (void)Info; in TcpGetConnectionInfo()
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/ |
H A D | connection.h | 33 using Info = DistributedRdb::RdbDebugInfo; 40 using Collector = std::map<std::string, Info> (*)(const RdbStoreConfig &config); 44 static std::map<std::string, Info> Collect(const RdbStoreConfig &config);
|
/foundation/filemanagement/app_file_service/utils/src/b_radar/ |
H A D | b_radar.cpp | 38 void AppRadar::RecordDefaultFuncRes(Info &info, const std::string &func, int32_t userId, in RecordDefaultFuncRes() 59 void AppRadar::RecordBackupFuncRes(Info &info, const std::string &func, int32_t userId, in RecordBackupFuncRes() 80 void AppRadar::RecordRestoreFuncRes(Info &info, const std::string &func, int32_t userId, in RecordRestoreFuncRes()
|
/foundation/filemanagement/app_file_service/frameworks/native/backup_kit_inner/src/ |
H A D | b_incremental_backup_session.cpp | 59 AppRadar::Info info("", "", ""); in Init() 106 AppRadar::Info info(ss.c_str(), "", ""); in AppendBundles() 127 AppRadar::Info info(ss.c_str(), "", "AppendBundles with infos"); in AppendBundles()
|
H A D | b_session_backup.cpp | 59 AppRadar::Info info("", "", ""); in Init() 116 AppRadar::Info info(ss.c_str(), "", ""); in AppendBundles() 136 AppRadar::Info info(ss.c_str(), "", ""); in AppendBundles()
|
/foundation/ability/ability_runtime/test/fuzztest/missionlistenercontroller_fuzzer/ |
H A D | missionlistenercontroller_fuzzer.cpp | 180 std::shared_ptr<MissionListenerController> Info = std::make_shared<MissionListenerController>(); in DoSomethingInterestingWithMyAPI() local 181 if (!Info) { in DoSomethingInterestingWithMyAPI() 184 Info->handler_ = nullptr; in DoSomethingInterestingWithMyAPI() 185 Info->Init(); in DoSomethingInterestingWithMyAPI()
|