/applications/standard/app_samples/code/BasicFeature/Native/XComponent/entry/src/main/cpp/manager/ |
H A D | plugin_manager.cpp | 114 std::string id(idStr); in Export() 126 void PluginManager::SetNativeXComponent(std::string& id, OH_NativeXComponent* nativeXComponent) in SetNativeXComponent() 134 PluginRender* PluginManager::GetRender(std::string& id) in GetRender()
|
/applications/standard/contacts_data/ability/merge/include/ |
H A D | candidate.h | 27 std::set<int> autoIds_; 28 std::set<int> manualIds_;
|
/applications/standard/calendardata/calendarmanager/test/unittest/src/ |
H A D | event_attendee_test.cpp | 24 const std::string TEST_NAME = "EventAttendeeTest"; 49 static std::shared_ptr<Calendar> calendar; 52 std::shared_ptr<Calendar> EventAttendeeTest::calendar = nullptr;
|
/applications/standard/contacts_data/ability/account/include/ |
H A D | account_change_event.h | 30 const static std::string SPLIT_SYMBOL_VERTICAL = "||"; 31 const static std::string SPLIT_SYMBOL_COMMA = ",";
|
/applications/standard/contacts_data/ability/common/utils/include/ |
H A D | predicates_convert.h | 30 std::string tableName, DataShare::DataSharePredicates &dataSharePredicates); 32 std::string tableName, OHOS::NativeRdb::RdbPredicates &oldRdbPredicates);
|
H A D | telephony_permission.h | 33 static bool CheckPermission(const std::string &permissionName);
|
/applications/standard/app_samples/code/BasicFeature/Native/ArkTSXComponent/entry/src/main/cpp/manager/ |
H A D | plugin_manager.h | 37 static std::unordered_map<int64_t, PluginRender*> pluginRenderMap_; 38 static std::unordered_map<int64_t, OHNativeWindow*> windowMap_;
|
H A D | plugin_manager.cpp | 50 std::unordered_map<int64_t, PluginRender*> PluginManager::pluginRenderMap_; 51 std::unordered_map<int64_t, OHNativeWindow*> PluginManager::windowMap_;
|
/applications/standard/app_samples/code/BasicFeature/Native/NdkOpenGL/entry/src/main/cpp/include/ |
H A D | tetrahedron.h | 31 explicit Tetrahedron(std::string& id) : id(id) {};
in Tetrahedron() 39 std::string id;
|
/applications/standard/contacts_data/ability/common/utils/src/ |
H A D | predicates_convert.cpp | 30 std::string tableName, DataShare::DataSharePredicates &dataPredicates) in ConvertPredicates() 37 std::string tableName, OHOS::NativeRdb::RdbPredicates &oldRdbPredicates) in CopyPredicates()
|
H A D | telephony_permission.cpp | 40 bool TelephonyPermission::CheckPermission(const std::string &permissionName) in CheckPermission()
|
/applications/standard/app_samples/code/BasicFeature/Native/NdkRenderNodeDrawing/entry/src/main/cpp/ |
H A D | native_bridge.cpp | 61 float dX = aX - len * std::sin(18.0f); in NativeOnDrawPath() 62 float dY = aY + len * std::cos(18.0f); in NativeOnDrawPath() 63 float cX = aX + len * std::sin(18.0f); in NativeOnDrawPath() 66 float bY = aY + std::sqrt((cX - dX) * (cX - dX) + (len / 2.0) * (len / 2.0)); in NativeOnDrawPath()
|
/applications/sample/camera/cameraApp/cameraApp/src/main/cpp/ |
H A D | camera_manager.h | 30 using namespace std; 82 void OnCreateFailed(const std::string cameraId, int32_t errorCode) override {}
|
/applications/sample/camera/gallery/include/ |
H A D | player_ability_slice.h | 38 std::shared_ptr<Player> adapter; 113 static std::shared_ptr<Player> CreatePlayer();
|
/applications/standard/app_samples/code/BasicFeature/Native/NdkOpenGL/entry/src/main/cpp/ |
H A D | tetrahedron.cpp | 129 std::string infoLog(infoLen, '\0');
in LoadShader() 179 std::string infoLog(infoLen, '\0');
in CreateProgram()
|
/applications/standard/contacts_data/test/unittest/include/ |
H A D | random_number_utils.h | 30 static std::string &Generating(int number);
|
H A D | recovery_test.h | 25 int64_t RawContactInsert(std::string displayName);
|
/applications/standard/contacts_data/ability/account/src/ |
H A D | account_manager.cpp | 34 std::shared_ptr<ContactsAccount> contactsAccount = ContactsAccount::GetInstance(); in GetAccount()
|
/applications/standard/contacts_data/contacts/include/ |
H A D | contacts_telephony_permission.h | 35 static bool CheckPermission(const std::string &permissionName);
|
H A D | contacts_napi_utils.h | 34 napi_env env, const napi_value parameters[], std::initializer_list<napi_valuetype> valueTypes);
|
/applications/standard/app_samples/code/Performance/PerformanceLibrary/feature/nativeThreadsCallJS/src/main/cpp/ |
H A D | hello.cpp | 142 std::thread testThread(CallbackUvWorkTest, asyncContext); in UvWorkTest() 217 std::thread t([asyncContext]() { in ThreadSafeTest()
|
/applications/standard/calendardata/calendarmanager/napi/include/ |
H A D | napi_env.h | 31 std::shared_ptr<OHOS::AbilityRuntime::Context> m_context;
|
H A D | calendar_manager_napi.h | 58 static napi_value LaunchEditorPage(napi_env env, std::shared_ptr<EditEventContext> ctxt);
|
/applications/standard/app_samples/code/BasicFeature/Media/ImageEffect/entry/src/main/cpp/utils/ |
H A D | common_utils.h | 60 static std::string EffectInfoToString(OH_EffectFilterInfo *info);
|
/applications/standard/settings/cj/settings/src/ |
H A D | cj_settings_observer.h | 35 std::function<void(void)> cjCallback;
|